home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / sqlsomdb / readme.txt < prev    next >
Text File  |  1995-11-01  |  9KB  |  267 lines

  1. Read Me First:    SQL-Sombrero/VBX 1.0.4 for DB-Library
  2.         
  3.         **** EVALUATION COPY *****
  4. *************************************************************
  5. This is an Evaluation Version with "Nag" Screens.  Please
  6. call SFI at 819 778-5045 to order the production copy of the
  7. product.
  8. *************************************************************
  9.  
  10. The diskette has an installation program which makes installation of the 
  11. SQL-Sombrero product painless. To run the install program:
  12. - place diskette into drive
  13. - from the File menu of program manager chose Run
  14. - type the following a:\install (assuming your 3.5" drive is drive a:)
  15. - you will given the choice to perform a Full Install or a Custom Install
  16. - you will also be allow to change the directory to which the components of 
  17.   the SQL-Sombrero/VBX package will be installed. The default directory is 
  18.   C:\SQL\SQLVBXDB
  19. - if you select the Full Install then all the components of SQL-Sombrero/VBX 
  20.   will be installed in the directory chosen.
  21. - the Custom Install allow you to select components to install. It can be 
  22.   also used to install components that were not installed previously at a later 
  23.   date.
  24.  
  25. The files are installed in the following directories:
  26.  
  27.          C:\SQL\SQLVBXDB C:\SQL\SQLVBXDB\SAMPLE42 C:\SQL\SQLVBXDB\SAMPLE10 
  28.     
  29. SQLVBXDB.VBX         X
  30. SQLNDEF.BAS          X
  31. SQLVBXDB.LIC         X
  32. README.TXT           X
  33. INSTALL.LOG          X
  34. SQLVBXDB.HLP         X
  35. SQLVBXDB.DHN         X
  36. VBRUN300.DLL         X
  37. SAMPAPP.HLP          X
  38. LOGON.FRM                               X                       X
  39. MAINFORM.FRM                            X                       X
  40. GBASS.BAS                               X                       X
  41. GLOBAL.BAS                              X                       X
  42. SAMPLE42.MAK                            X
  43. SAMPLE10.MAK                                                    X
  44. SHOWMOD.EXE             x
  45. D2HNAV.EXE      windows directory
  46. D2HLINK.DLL     windows/system directory
  47. D2HNAV.HLP      windows directory
  48. MSOUTLIN.VBX    windows/system directory
  49.  
  50.     The file SQLVBXDB.LIC is the licence file. This file must reside in 
  51. the same directory as the file SQLVBXDB.VBX. This file is required if the 
  52. SQL-Sombrero/VBX for DB-Library is to be used in developing an application. 
  53. The SQLVBXDB.LIC file is not required for an application that is distributed 
  54. as an EXE file. See the inside cover of the manual for further details on the 
  55. .LIC file.
  56.  
  57.     The file SHOWMOD.EXE is provided as an extra. This program will show 
  58. the modules which are currently loaded in the system. This file if chosen 
  59. from the list of components is loaded into the WINDOWS directory. Use of the 
  60. program is  very simple. There is a list of currently loaded modules. 
  61. Selecting a new entry in the list causes the information about that module to 
  62. displayed to the right.  This program is most useful to ensure that modules
  63. loaded are the correct module. This information can be determined from the
  64. directory from which the module is loaded and in some cases from the
  65. description of the module. Some manufactures of software do not use the
  66. version information for their modules. In this case the string "No data
  67. available" is displayed.
  68.  
  69.  
  70. ******   NOTE   NOTE   NOTE   NOTE   NOTE   NOTE   NOTE   NOTE   ********
  71.  
  72.     If a SQL-Sombrero/VBX call does not seem to work as described in
  73. the manual please check the online help file.  This file will always be
  74. the most current information about SQL-Sombrero/VBX.
  75.  
  76. ******   NOTE   NOTE   NOTE   NOTE   NOTE   NOTE   NOTE   NOTE   ********
  77.  
  78.  
  79. *************************************************************************
  80.  
  81. Here is the list of enhancements and changes to SQL-Sombrero/VBX since 
  82. Version 1.0.0
  83.  
  84. -------------
  85. March 16/1995 - (Version 1.0.4)
  86.  
  87. This version contains the following fixes:
  88.  
  89. The routines to handle image and text data have been updated. The SqlWriteText
  90. function has been fixed.  In previous versions this function would report as
  91. not being found.  
  92.  
  93. In certain circumstances if multiple applications using SQL-Sombrero/VBX were
  94. loaded at the same time, a GPF would occur during the callback for error and 
  95. server messages.  This has been fixed in version 1.0.4.
  96.  
  97. A new online help file is provided with fixes to the manual.  The information 
  98. in the online help is the most recent information about SQL-Sombrero/VBX.
  99.  
  100.  
  101. -----------
  102. Jan 27/1995 - (Version 1.0.3)
  103.  
  104. This version contains the following fix:
  105.  
  106. The routines SqlDateCrack, SqlRpcParam and SqlRPwSet could cause a GPF
  107. if an empty string "" was passed as a parameter.
  108.  
  109. If any empty string is passed to SqlDateCrack the routine will proceed
  110. as if the string "Jan 01 1900" was sent. This is standard DB-Libray 
  111. functionallity.
  112.  
  113. If an empty string is passed to SqlRPwSet then the remote password will be
  114. set to the empty string.
  115.  
  116. If an empty string is passed to SqlRpcParam the input parameter will be
  117. considered as a NULL parameter.
  118.  
  119.  
  120. -----------
  121. Jan 17/1995 - (Version 1.0.2)
  122.  
  123. Fixed function SqlRpcParam.  This function would only work correctly for
  124. datatype SQLCHAR.  It now correctly converts the string supplied to the 
  125. correct datatype.  The documentation in the manual states that the second
  126. parameter for this function is the stored procedure name.  This parameter
  127. is the parameter name for the function.  This parameter is optional and
  128. will be ignored by DB-Library if an incorrect name is supplied.  This is
  129. a "by design" behavior according to SYBASE.
  130.  
  131.  
  132. -----------
  133. Dec 13/1994 - (Version 1.0.1)
  134.  
  135. The added functions are and are not currently in the SQL-Sombrero/VBX 
  136. documentation.
  137.  
  138. *******
  139. SombreroVersion$()
  140.  
  141. Returns the version of SQL-Sombrero into a string
  142.  
  143. Syntax
  144.  
  145. ver$=SombreroVersion()
  146.  
  147. Remarks
  148.  
  149. This function can be called at any time.
  150.  
  151. *******
  152. SqlFreeLogin
  153.  
  154. Frees the memory allocated by SqlLogin% for a login record. 
  155.  
  156. Syntax
  157.  
  158. SqlFreeLogin(loginrec%)
  159.  
  160. loginrec%
  161.  
  162. A login record. The value of loginrec% is returned by 
  163. SqlLogin%. 
  164.  
  165.  
  166. Remarks
  167.  
  168. You can call SqlFreeLogin immediately after you call SqlOpen 
  169. or you can use the same login record for multiple calls to
  170. SqlOpen. Call SqlFreeLogin when you are completely finished
  171. with a login record.
  172.  
  173.  
  174. *******
  175. SqlTabSource
  176.  
  177. Returns the name and number of the table from which a result column 
  178. derives.
  179.  
  180. Syntax
  181.  
  182. SqlTabSource$(sqlconn%, column%, tabnum%)
  183. sqlconn%
  184.  
  185. A SQLáServer connection. The value of sqlconn% is returned by 
  186. SqlOpen%.
  187.  
  188. column%
  189.  
  190. The number of the result column. Column numbers start at 1.
  191.  
  192. tabnum%
  193.  
  194. An integer variable to receive the table number. Many Visual 
  195. Basic for SQLáServer functions that operate in browse mode 
  196. accept either a table name or a table number. If SqlTabSource$
  197. returns an empty string, tabnum% is set to --1.
  198.  
  199. Returns
  200.  
  201. A string containing the name of the table from which a result column 
  202. derives. If an empty string is returned, it means one of the following:
  203.  
  204.  
  205. -The SQLáServer connection is inactive. This is an error that 
  206.  invokes an application's error handler.
  207. -The SELECT statement does not contain the FOR BROWSE clause.
  208. -The column number is not in range.
  209. -The column is the result of an expression, such as MAX(colname).
  210.        
  211.        
  212. *******
  213. SqlTabName
  214.  
  215. Returns the name of a table based on its number.
  216.  
  217. Syntax
  218.  
  219. SqlTabName$(sqlconn%, tabnum%)
  220. sqlconn%
  221.  
  222. A SQLáServer connection. The value of sqlconn% is returned by 
  223. SqlOpen%.
  224.  
  225. tabnum%
  226.  
  227. The number of a table. Table numbers start with 1. Use 
  228. SqlTabCount% to find out the total number of tables involved in 
  229. a particular statement.
  230.  
  231. Returns
  232.  
  233. A string containing the name of a specified table. This string is empty 
  234. if the table number is out of range or if the specified table is a 
  235. SQLáServer work table. For a description of work tables, see 
  236. SqlTabCount%.
  237.  
  238.  
  239.   ----------------------------------------------------------------------------
  240.   Your input is welcomed on any subject and appreciated!
  241.   ----------------------------------------------------------------------------
  242.  
  243.   You can reach us by fax at 819 778-7943 and by voice at 819 778-5045.
  244.   You can always download the latest version of SQL-Sombrero/VBX by calling
  245.   our BBS at 819-778-8556. (24 Hour Service)
  246.  
  247.   You can use our special Compuserve account for SQL-Programmer at 71162,1050.
  248.   You can access our FAX ON DEMAND system by calling in manual mode from your
  249.   FAX machine at 819 778-5045 and selecting the option "1" when entering the
  250.   phone system.  Request document index 50 for the latest list of available
  251.   documents.
  252.   ----------------------------------------------------------------------------
  253.   
  254.   Happy SQL-Programming!
  255.  
  256.   Thank you!
  257.  
  258.   ----------------------------------------------------------------------------
  259.  
  260.                    Copyright 1994-1995 Sylvain Faust Inc.
  261.  SQL-Programmer, SQL-Sombrero and CompressIT are Trademarks of Sylvain Faust Inc.
  262.      Sylvain Faust Inc. claims copyright in this program and documentation.
  263.   Claim of copyright does not imply waiver of Sylvain Faust Inc. other rights.
  264.  
  265.  
  266.  
  267.